﻿@font-face {
    font-family: GillSansforJL-Regular;
    src: url(GillSansforJL-Regular.woff);
}

@font-face {
    font-family: GillSansforJL-Light;
    src: url(GillSansforJL-Light.woff);
}
@font-face {
    font-family: GillSansforJL-Bold;
    src: url(GillSansNovaforJLW01Bold.woff);
}

body {
    font-family: GillSansforJL-Regular;
    overflow-x: hidden;
    text-align: left;
}

hr{
    border-width: 1px;
    border-color: black;
}

.hidden {
    display: none;
}

.spacing{
    letter-spacing: 0.35em;
}

.right-header {
    background-color: #00B140;
    font-size: 0.8em;
    padding-top: 1.5%;
    font-family: GillSansforJL-Light;
    color: white;
    letter-spacing: 0.3em;
    padding-bottom: 0.5%;
}
.extra-letterspacing{
    letter-spacing: 0.5em;
}

.move-up
{
    margin-top: -0.3%;
    font-size: 1.5em;
}
.small-font{
    font-size: 0.8em;
    margin: 0;
}

.left-header {
    background-color: #00594F;
    padding-top: 2.5%;
    color: white;
}

#thankYou, #deflection, #submitBtn, div.deflectionText {
    display: none;
}

.legal p, .legal ol, .legal ul
{
    margin: 0 0 5px 0;
    font-size: 0.75em;
}

b {
    font-family: GillSansforJL-Bold;
}

.sub-heading {
    letter-spacing: 0.25em;
    font-size: 1.2em;
    padding-top: 4%;
}

hr
{
    color: black;
}

.checkbox-text {
    color: #00B140;
    margin-right: 0;
}
.checkboxLayout{
    padding-left: 0;
    margin-left: -50px;
}

.btn {
    min-width: 270px;
    letter-spacing: 0.2em;
    background-color: #00B140;
    color: white;
    font-weight: 100;
    font-size: 1.2em;
    padding-top: 13px;
    margin-bottom: 10px;
    margin-right: 10px;
}

#newQueryBtn {
    background-color: #333333;
    color: white;
}

#thankYou .btn:hover, #deflection .btn:hover {
    background-color: #00B140;
}

#deflection .btn{
    font-size: 1em;
}

#deflectionQueryBtn, .back-btn:hover{
    background-color: #333333;
    color: white;
}

a, #exampleShow, #exampleHide {
    color:blue;
}

a:hover {
    color: #00B140;
}

.btn a:hover {
    color: white;
}

p a, ul a, ol a, #exampleShow, #exampleHide {
    text-decoration: underline;
}

p a:hover, ol a:hover, ul a:hover, #exampleShow:hover, #exampleHide:hover {
    color: #00B140;
    cursor: pointer;
}

.form-control
{
    width: 300px;
}

.text-box
{
    background-color:#EBEBEB;
    border-bottom-style: hidden;
    border-top-style: hidden;
    border-left-style: hidden;
    border-right-style: hidden;
}

form, #deflection, #thankyou { 
    margin-top:40px;
    margin-bottom: 80px;
}

form .row {margin-bottom: 10px;}

label { margin-bottom:0;}

select {
    width: 100%;
    padding:8px 4px 4px 5px;
}

input, textarea { width: 100%; }

input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"]
{
    -moz-appearance: textfield;
}
input[type="checkbox"] {
    display: inline;width: 40px;
    height: 20px;
    vertical-align: text-bottom;
}

.error, .required {color: #cc0000;}

.back-btn{
    background-color: lightgrey;
    color: black;
    margin-bottom: 5%;
    min-width: 130px;
}

@media (max-width: 992px) {
    .col-sm-10 {
        -ms-flex: 0 0 66.666666%;
        flex: 0 0 66.666666%;
        min-width: 66.666666%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 33.333334%;
        flex: 0 0 33.333334%;
        min-width: 33.333334%;
    }
}